travis-ci: Use = not : when writing ~/.buildman
authorStephen Warren <[email protected]>
Wed, 26 Oct 2016 17:05:31 +0000 (11:05 -0600)
committerTom Rini <[email protected]>
Sat, 29 Oct 2016 02:10:42 +0000 (22:10 -0400)
commit43a68e49e13e94416a971a0e65499f1e87d3006d
treeafb28cc90aef8401eb689a4ef0143431fe04d9e1
parentf57146a88bc752ae7b1160c6fa5995853c094f24
travis-ci: Use = not : when writing ~/.buildman

Travis CI seems to be confused when there's a colon in an echo command,
and this is currently worked around using a variable that contains the
text we want to echo. Use = syntax instead so that we can remove the
work-around; it's rather confusing until you find out what it's for.

Signed-off-by: Stephen Warren <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
.travis.yml